object frmCustomButtons: TfrmCustomButtons Left = 324 Top = 132 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog ClientHeight = 284 ClientWidth = 344 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 12 Top = 34 Width = 320 Height = 2 end object lblTitle: TLabel Left = 12 Top = 12 Width = 30 Height = 13 Caption = 'lblTitle' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object lblActiveButtons: TLabel Left = 14 Top = 39 Width = 76 Height = 13 Caption = 'lblActiveButtons' end object Bevel2: TBevel Left = 12 Top = 242 Width = 320 Height = 2 end object btnAdd: TButton Left = 257 Top = 55 Width = 75 Height = 25 HelpContext = 542 Caption = 'btnAdd' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnAddClick end object btnRemove: TButton Left = 257 Top = 83 Width = 75 Height = 25 HelpContext = 543 Caption = 'btnRemove' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnRemoveClick end object LBButtons: TListBox Left = 11 Top = 56 Width = 238 Height = 177 Style = lbOwnerDrawFixed DragMode = dmAutomatic ItemHeight = 18 TabOrder = 2 OnClick = LBButtonsClick OnDragDrop = LBButtonsDragDrop OnDragOver = LBButtonsDragOver OnDrawItem = LBButtonsDrawItem OnEndDrag = LBButtonsEndDrag OnStartDrag = LBButtonsStartDrag end object btnEdit: TButton Left = 257 Top = 112 Width = 75 Height = 25 HelpContext = 543 Caption = 'btnEdit' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = btnEditClick end object btnOk: TButton Left = 47 Top = 252 Width = 75 Height = 25 Caption = 'btnOk' ModalResult = 1 TabOrder = 4 end object btnCancel: TButton Left = 135 Top = 252 Width = 75 Height = 25 Caption = 'btnCancel' ModalResult = 2 TabOrder = 5 end object btnHelp: TButton Left = 223 Top = 252 Width = 75 Height = 25 Caption = 'btnHelp' TabOrder = 6 OnClick = BtnHelpClick end object ilTempButtons: TImageList Left = 272 Top = 168 end end